From 4fda655bbd11fdfa3711071c3e2bb92796a8673b Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Sat, 9 Jul 2005 12:06:02 +0000 Subject: [PATCH] autoscript no longer need to be built from .in --- postinst-ocaml.in => postinst-ocaml | 1 - postrm-ocaml.in => postrm-ocaml | 1 - 2 files changed, 2 deletions(-) rename postinst-ocaml.in => postinst-ocaml (75%) rename postrm-ocaml.in => postrm-ocaml (74%) diff --git a/postinst-ocaml.in b/postinst-ocaml similarity index 75% rename from postinst-ocaml.in rename to postinst-ocaml index f34a6809..37488034 100644 --- a/postinst-ocaml.in +++ b/postinst-ocaml @@ -1,4 +1,3 @@ if [ "$1" = "configure" ]; then ocaml-md5sums update fi -# vim: set ft=wml: diff --git a/postrm-ocaml.in b/postrm-ocaml similarity index 74% rename from postrm-ocaml.in rename to postrm-ocaml index bacb41a9..e6db7e7a 100644 --- a/postrm-ocaml.in +++ b/postrm-ocaml @@ -1,4 +1,3 @@ if [ "$1" = "remove" ]; then ocaml-md5sums update fi -# vim: set ft=wml: -- 2.30.2